You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > Vector.SaveToStream Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.SaveToStream Method

Writes the header information and the Values content to a stream.

Syntax
C#
Visual Basic
public void SaveToStream([In] Stream Dst);

Writes the header information and the Values content to a DstStream stream. Number type is defined by the Precision parameter. Rounding defines the rounding for integer types. When saving double precision as single precision, all overflows are saved as INF (-INF). When saving to integer types all overflows are clipped. Attempt to save single precision as double precision will raise an exception.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!